home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / fsave10.zip / FSAVE.INI < prev    next >
INI File  |  1994-07-29  |  2KB  |  82 lines

  1. #
  2. # Example initialization file: fsave.ini
  3. #
  4. # Blank lines and lines beginning with '#' are comments.
  5. #
  6.  
  7. #
  8. # Denotes beginning of information for fsave
  9. #
  10. [fsave]
  11.  
  12. #
  13. # Specifies temporary directory in which list files will be
  14. # created.  You probably don't want this directory backed up.
  15. #
  16. Temp = c:\tmp
  17.  
  18. #
  19. # Specifies the desired maximum size of a list file
  20. #
  21. FileSize = 5000
  22.  
  23. #
  24. # Specifies the command to execute to do either a full dump or
  25. # an incremental dump.  The construct "%number%" references the
  26. # list file number, and the construct "%list%" references the
  27. # name of the list file.
  28. #
  29. Dump = pkzip a:\%name%%number% -ex -P -r- -whs -& -a+ @%list%
  30. IncrementalDump = pkzip a:\%name%%number% -ex -P -r- -whs -& @%list%
  31.  
  32. #
  33. # Specifies whether or not hidden/readonly/system files are saved;
  34. # valid values are "yes" and "no"; default is no.
  35. #
  36. SaveHidden = no
  37.  
  38. #
  39. # Specifies a directory in which to save a copy of the list files.
  40. # Giving the same directory in which the backup is saved causes
  41. # these to be saved along with the backup as a table of contents.
  42. #
  43. SaveList = a:\
  44.  
  45. #
  46. # Specifies whether to create an index of all the files in a
  47. # directory at the time the backup is done.  This is useful
  48. # to ensure that files which had been deleted
  49. # previously do not reappear after doing a restore.  Default
  50. # is no.
  51. #
  52. DirectoryIndex = no
  53.  
  54. #
  55. # Specifies whether you want to be asked before each file is deleted.
  56. # Default is yes.
  57. #
  58. ConfirmDelete = yes
  59.  
  60. #
  61. # Specifies the character used to introduce switches (options) on
  62. # the command line.  Default is "/"; the other legal value is "-".
  63. #
  64. SwitchChar = /
  65.  
  66. #
  67. # Specifies how unsaved and deleted files are to be reported.  The
  68. # valid options are:
  69. #    none    don't report at all
  70. #    file    write a report in a file (the default)
  71. #    screen    report to the screen
  72. #    both    report to both a file and the screen
  73. #
  74. ReportUnsaved = file
  75. ReportDeleted = file
  76.  
  77. #
  78. # Specifies the name to use as the default configuration file.
  79. # The .cnf extension will be added to this name.  Default: fsave
  80. #
  81. ConfigName = fsave
  82.